check return value of gtk_widget_translate_coordinates() so we cannot end
authorKristian Rietveld <kris@imendio.com>
Wed, 14 Feb 2007 20:38:02 +0000 (20:38 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Wed, 14 Feb 2007 20:38:02 +0000 (20:38 +0000)
commit01a2ea4a336db32a65ff82c491425e697520c430
treee036129ab5ffcbbc6030b7ffa94998df0c37ec22
parent6ab7015dfed553799e09fc95dc155f2898f4d77a
check return value of gtk_widget_translate_coordinates() so we cannot end

2007-02-14  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktooltip.c (child_location_foreach): check return value
of gtk_widget_translate_coordinates() so we cannot end up
using uninitialized x, y values.  (#407863, patch from Carlos
Garnacho).

svn path=/trunk/; revision=17293
ChangeLog
gtk/gtktooltip.c